home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / system-config-printer / ui / NewPrinterName.glade < prev    next >
Encoding:
Extensible Markup Language  |  2010-09-28  |  3.7 KB  |  89 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkDialog" id="NewPrinterName">
  6.     <property name="title" translatable="yes">Duplicate Printer</property>
  7.     <property name="modal">True</property>
  8.     <property name="window_position">center-on-parent</property>
  9.     <property name="type_hint">dialog</property>
  10.     <child internal-child="vbox">
  11.       <object class="GtkVBox" id="dialog-vbox6">
  12.         <property name="visible">True</property>
  13.         <property name="orientation">vertical</property>
  14.         <property name="spacing">6</property>
  15.         <child>
  16.           <object class="GtkLabel" id="label102">
  17.             <property name="visible">True</property>
  18.             <property name="xalign">0</property>
  19.             <property name="label" translatable="yes">New name for the printer</property>
  20.           </object>
  21.           <packing>
  22.             <property name="expand">False</property>
  23.             <property name="fill">False</property>
  24.             <property name="position">2</property>
  25.           </packing>
  26.         </child>
  27.         <child>
  28.           <object class="GtkEntry" id="entDuplicateName">
  29.             <property name="visible">True</property>
  30.             <property name="can_focus">True</property>
  31.             <property name="has_focus">True</property>
  32.             <signal name="changed" handler="on_entDuplicateName_changed"/>
  33.           </object>
  34.           <packing>
  35.             <property name="expand">False</property>
  36.             <property name="fill">False</property>
  37.             <property name="position">3</property>
  38.           </packing>
  39.         </child>
  40.         <child internal-child="action_area">
  41.           <object class="GtkHButtonBox" id="dialog-action_area6">
  42.             <property name="visible">True</property>
  43.             <property name="layout_style">end</property>
  44.             <child>
  45.               <object class="GtkButton" id="btnDuplicateCancel">
  46.                 <property name="label">gtk-cancel</property>
  47.                 <property name="visible">True</property>
  48.                 <property name="can_focus">True</property>
  49.                 <property name="receives_default">False</property>
  50.                 <property name="use_stock">True</property>
  51.               </object>
  52.               <packing>
  53.                 <property name="expand">False</property>
  54.                 <property name="fill">False</property>
  55.                 <property name="position">0</property>
  56.               </packing>
  57.             </child>
  58.             <child>
  59.               <object class="GtkButton" id="btnDuplicateOk">
  60.                 <property name="label">gtk-ok</property>
  61.                 <property name="visible">True</property>
  62.                 <property name="can_focus">True</property>
  63.                 <property name="can_default">True</property>
  64.                 <property name="has_default">True</property>
  65.                 <property name="receives_default">False</property>
  66.                 <property name="use_stock">True</property>
  67.               </object>
  68.               <packing>
  69.                 <property name="expand">False</property>
  70.                 <property name="fill">False</property>
  71.                 <property name="position">1</property>
  72.               </packing>
  73.             </child>
  74.           </object>
  75.           <packing>
  76.             <property name="expand">False</property>
  77.             <property name="pack_type">end</property>
  78.             <property name="position">0</property>
  79.           </packing>
  80.         </child>
  81.       </object>
  82.     </child>
  83.     <action-widgets>
  84.       <action-widget response="-6">btnDuplicateCancel</action-widget>
  85.       <action-widget response="-5">btnDuplicateOk</action-widget>
  86.     </action-widgets>
  87.   </object>
  88. </interface>
  89.